From: Markus Stockhausen Date: Thu, 29 May 2025 18:22:38 +0000 (-0400) Subject: realtek: 6.12: add missing include X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22%24PHP_SELF/%22https:/collectd.org/%22%24PHP_SELF?a=commitdiff_plain;h=bb7e91243dbd06d7e0a8ed864230746814dcbac5;p=openwrt%2Fopenwrt.git realtek: 6.12: add missing include The new kernel has relocated the definition of struct platform_device. Signed-off-by: Markus Stockhausen Link: https://github.com/openwrt/openwrt/pull/18935 Signed-off-by: Robert Marko --- diff --git a/target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/common.c b/target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/common.c index 876ae4fd9b..9aa847d9c4 100644 --- a/target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/common.c +++ b/target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/common.c @@ -9,6 +9,7 @@ #include #include #include +#include #include #include #include